home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TELFNICA / INFO / UNDIA.DIR / 00004.ls < prev    next >
Encoding:
Text File  |  1997-04-23  |  663 b   |  36 lines

  1. on boton
  2.   repeat with h = 18 down to 12
  3.     puppetSprite(h, 1)
  4.     if rollOver(h) = 1 then
  5.       set the castNum of sprite h to h
  6.     end if
  7.     if rollOver(h) = 0 then
  8.       puppetSprite(h, 0)
  9.     end if
  10.   end repeat
  11. end
  12.  
  13. on cambiar
  14.   if the clickOn = 12 then
  15.     go(1, "menu.dir")
  16.   end if
  17.   if the clickOn = 13 then
  18.     go(1, "historia.dir")
  19.   end if
  20.   if the clickOn = 14 then
  21.     go(1, "vision.dir")
  22.   end if
  23.   if the clickOn = 15 then
  24.     go(1, "sociedad.dir")
  25.   end if
  26.   if the clickOn = 16 then
  27.     go(1, "indice.dir")
  28.   end if
  29.   if the clickOn = 17 then
  30.     go(1, "empresas.dir")
  31.   end if
  32.   if the clickOn = 18 then
  33.     go(1, "catemp.dir")
  34.   end if
  35. end
  36.